PDF4Java Reference Documentation
com.o2sol.pdf4java.logicalstructure Package / PDFAttributeClassMap Class / createMapping Method / createMapping(String,PDFStructureElementAttribute) Method
The attribute name.
A Object that represents the attribute.
In This Topic
    createMapping(String,PDFStructureElementAttribute) Method
    In This Topic
    Creates a mapping between a name and an attribute.
    Syntax
    public void createMapping( 
       java.lang.String name,
       PDFStructureElementAttribute attribute
    )

    Parameters

    name
    The attribute name.
    attribute
    A Object that represents the attribute.
    Exceptions
    ExceptionDescription
    When name or attribute are null.
    See Also